home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk180 / arexxtutorial / function_host / readme < prev    next >
Text File  |  1995-03-19  |  1KB  |  49 lines

  1.         ARexx Function Host Module and Demo
  2.             Version 1.2
  3.  
  4.  
  5.  
  6. This is a module which facilitates creating your own ARexx function
  7. hosts. This module will handle all of the detail work involved.  All
  8. that your module needs to do is define some static data, an array of
  9. info about the functions, and the functions themselves.
  10.  
  11.  
  12. Why a function host?  Mainly because these seem a bit easier to
  13. debug and to implement in 'C'.  But there probably isn't much that
  14. a function host can do that a function library couldn't.  One example
  15. that would be more difficult to do with a library is the scrollback
  16. window in my "report_host" program.
  17.  
  18.  
  19. This *might* compile under Aztec, if you remove all of the prototype
  20. stuff, and of course change the makefile, but it is written under
  21. Lattice 5.02.
  22.  
  23.  
  24. The best way to use this is to probably modify the rh_demo.c file
  25. with your own functions.
  26.  
  27.  
  28.  
  29.     -------------   Changes in Version 1.2   ---------------
  30.  
  31. The only significant change is to add support for client code which
  32. needs to Wait() on some event.  See the client_event_flags variable and
  33. the client_event_handler() function.
  34.  
  35.     --------------------------------------------------------
  36.  
  37.  
  38.  
  39. Please send me comments, bugs and flames!
  40.  
  41.     Stormgate Software
  42.     P.O. Box 383
  43.     St. Peters, MO  63376
  44.  
  45.     E-Mail can be sent via the following:
  46.     BIX:    donmeyer        (almost daily)
  47.     GEnie:    D.MEYER            (weekly)
  48.     PLINK:    Stormgate        (weekly)
  49.